Modify the output of (version) to indicate Debian modifications.
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:28 +0000 (22:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 8 Sep 2012 22:21:38 +0000 (17:21 -0500)
The output of (version) has been modified to indicate Debian modifications.

Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
lisp/version.el

index bd30f0f81b8ca642e8772d16e0ebb089ff125b6f..7de3f1b29fbb064f6f1472f3297839e8db46e2bf 100644 (file)
@@ -51,8 +51,8 @@ to the system configuration; look at `system-configuration' instead."
   (interactive "P")
   (let ((version-string
          (format (if (not (called-interactively-p 'interactive))
-                    "GNU Emacs %s (%s%s%s)\n of %s on %s"
-                  "GNU Emacs %s (%s%s%s) of %s on %s")
+                    "GNU Emacs %s (%s%s%s)\n of %s on %s, modified by Debian"
+                  "GNU Emacs %s (%s%s%s) of %s on %s, modified by Debian")
                  emacs-version
                 system-configuration
                 (cond ((featurep 'motif)